html { width: 100%; height: 100%; }
html, body 
{
    background: #f7f7f7;
}

@font-face
{
    font-family: PTSans-Regular;
    font-style: normal;
    font-weight: normal;
    src: url("/view/fonts/PT_Sans/PTSans-Regular.ttf");
}

@font-face
{
    font-family: PTSans-Bold;
    font-style: normal;
    font-weight: normal;
    src: url("/view/fonts/PT_Sans/PTSans-Bold.ttf");
}

@font-face
{
    font-family: Open-Sans-Bold;
    font-style: normal;
    font-weight: normal;
    src: url("/view/fonts/Open Sans Bold.ttf");
}

* { 
    font-family: PTSans-Regular; 
    /*font-size: 16px;*/
    box-sizing: border-box; 
}

*:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select:-moz-focusring 
{ 
    color: transparent;
    text-shadow: 0 0 0 #000;
}

a {
    /*font-family: RobotoSlab-Regular, sans-serif !important;*/
      -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
         -khtml-user-select: none; /* Konqueror HTML */
           -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
}

a:hover, a:active, a:focus
{
    outline: 0;
}

/*---------------------------------------------------------------------------*/
.tinymce h1, .tinymce h2, .tinymce h3, .tinymce h4, .tinymce h5, .tinymce h6 {
    font-weight: 200;
    line-height: 1.4em;
    margin: 25px 0 15px;
}
.tinymce h1 {
    font-size: 34px;
}
.tinymce h2 {
    font-size: 24px;
}
.tinymce h3 {
    font-size: 26px;
}
.tinymce h4 {
    font-size: 22px;
}
.tinymce h5 {
    font-size: 18px;
}
.tinymce h6 {
    font-size: 14px;
}
.tinymce a {
    color: #1d5ee3;
}
.tinymce p {
    margin: 15px 0;
    line-height: 26px;
    /*text-indent: 20px;*/
}
.tinymce ol, .tinymce ul {
    list-style-position: outside;
    margin-bottom: 20px;
    margin-left: 10px;
	padding-left: 5px;
	margin-top: 5px;
}
.tinymce ol li, .tinymce ul li {
    color: #111;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 20px;
}
.tinymce ul {
    list-style-type: disc;
}
.tinymce ol {
    list-style-type: decimal;
}
.tinymce table {
    /*border: 1px solid #aaa;
    border-collapse: separate;
    border-spacing: 0;*/
    width: auto !important;
    max-width: 100% !important
}
.tinymce table tr:nth-child(2n) {
    /*background: #fafafa none repeat scroll 0 0;*/
}
.tinymce table caption, .tinymce table td, .tinymce table th {
    font: inherit;
    padding: 2px 7px;
}
.tinymce table th {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 2px 10px;
    color: #111;
    font-weight: 400;
}
.tinymce table th:last-child {
    /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
}

.tinymce * { box-sizing: border-box; /*font-size: 16px;*/ }
.tinymce p { box-sizing: border-box; font-size: 16px; }

.tinymce img 
{
    max-width: 100% !important;
    height: auto;
}

.container 
{
    margin: 0 auto;
    width: 1248px;
    background-color: #fff;
}

.header 
{
    position: relative;
}

/*.navigation-menu 
{
    grid-column: span 4;
}*/

.main-content 
{
    border-top: 1px solid #e7f2f7;
    display: table;
    margin: 16px;
}
.main-content_left
{
    display: table-cell;
    border-right: 1px solid #e7f2f7;
    vertical-align: top;
    padding: 20px;
    width: 100%;
}
.main-content_right
{
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    min-width: 320px;
}

.footer 
{
    background-color: #44449b;
    padding-bottom: 10px;
}

#header_menu_c
{
    display: table;
    grid-column: span 12;
    width: 100%;
}

#header_menu_left
{
    display: table-cell;
    padding: 20px 10px 10px 10px;
    vertical-align: middle;
    width: 100%;
}
#header_menu_right
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

#header_c0
{
    background: #44449b;
    padding: 10px;
}

#header_c0_title
{
    color: #FFF;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}

#header_c0 img
, #header_c0 label
{
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    margin-left: 5px;
    font-size: 17px;
}

#header_c0 label
{
    padding: 2px;
    border-bottom: 1px dashed #FFF;
}

#header_right_menu
{
    float: right;
    cursor: pointer;
    white-space: nowrap;
    font-size: 0;
    position: absolute;
    right: 14px;
    top: 11px;
}

#top_menu_mobile__info_nko
{
    margin-right: 10px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
#top_menu_mobile__info_nko img
{
    vertical-align: middle;
}
#top_menu_mobile__info_nko span
{
    display: inline-block;
    vertical-align: middle;
    font-style: 18px;
    margin-left: 2px;
}

#header_right_eye
, #header_right_eye_off
{
    float: right;
    cursor: pointer;
    font-size: 0;
}

#header_right_eye *
, #header_right_eye_off *
{
    cursor: pointer;
}

.header_top_menu a
{
    padding: 10px 13px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

#header_top_menu_level_0 a
{
    font-size: 15px !important;
    color: #000;
    font-family: RobotoSlab-Regular, sans-serif !important;
}

a.header_top_menu_select
{
    color: #1181b2 !important;
}

#header_menu_right_c
{
    display: table;
}

#header_menu_right_c1
{
    display: table-cell;
    padding: 10px;
    text-align: right;
    vertical-align: middle;
}
#header_menu_right_c2
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

#header_menu_right_c2 a
{
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    vertical-align: middle;
    
}
#header_menu_right_c2 img
{
    vertical-align: middle;
}

#header_menu_right_c1_phone
{
    font-family: PTSans-Bold;
    padding: 3px 0;
    font-size: 18px;
    white-space: nowrap;
}

#header_menu_right_c1_email
{
    font-size: 18px;
    white-space: nowrap;
}

#header_nkoInfo
{
    display: table;
    width: 100%;
}
#header_nkoInfo_left
{
    display: table-cell;
    padding: 10px 10px 10px 20px;
    white-space: nowrap;
    vertical-align: middle;
}

#header_nkoInfo_right
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

#header_nkoInfo_left_logo_c
{
    width: 100px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
    margin-left: 5px;
}

#header_nkoInfo_left_logo
{
    /*display: inline-block;*/
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#header_nkoInfo_left_ref_main_page
{
    text-decoration: none;
}
#header_nkoInfo_left_nkoname
{
    vertical-align: middle;
    margin-left: 20px;
    padding: 0 10px 0 20px;
    color: #000;
}
#header_nkoInfo_left_nkoname *
, #header_nkoInfo_left_nkoname h1
{
    font-size: 28px;
    font-family: Open-Sans-Bold;
    line-height: 38px;
    white-space: normal;
    margin: 0;
    font-weight: normal;
}

#header_nkoInfo_right_c
{

}

.header_nkoInfo_right_c1
{
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}
.header_nkoInfo_right_c2
{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding-left: 5px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.ctable
{
   display: table; 
   border-collapse: collapse;
   border-spacing: 0;
}
.ctable_tr
{
    display: table-row;
}
.ctable_cell
{
    display: table-cell;
    vertical-align: middle;
}


#footer_menu_c
{
    display: table;
    grid-column: span 12;
    width: 100%;
}

#footer_menu_left
{
    display: table-cell;
    padding: 20px 10px 10px 10px;
    vertical-align: middle;
    width: 100%;
}
#footer_menu_right
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

#footer_menu_right_c
{
    display: table;
}

#footer_menu_right_c1
{
    display: table-cell;
    padding: 10px;
    text-align: right;
    vertical-align: middle;
}
#footer_menu_right_c2
{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

#footer_menu_right_c2 a
{
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    vertical-align: middle;
    
}
#footer_menu_right_c2 img
{
    vertical-align: middle;
}

#footer_menu_right_c1_phone
{
    font-family: PTSans-Bold;
    padding: 3px 0;
    font-size: 18px;
    white-space: nowrap;
    color: #FFF;
}
#footer_menu_right_c1_email
{
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
}

.footer_top_menu a
{
    padding: 10px 13px;
    display: inline-block;
    color: #eee;
    text-decoration: none;
    font-size: 15px;
}

#footer_top_menu_level_0 a
{
    font-size: 14px !important;
    color: #fff;
    line-height: 18px;
    font-family: RobotoSlab-Regular, sans-serif !important;
}

#footer_nkoname
{
    padding: 10px 25px;
    margin-left: 25px;
}
#footer_nkoname img
{
    vertical-align: middle;
}
#footer_nkoname *
{
    color: #FFF;
}

#footer_nkoname span
{
    vertical-align: middle;
    padding-left: 10px;
}

.lenta_item__line
{
    margin: 20px 60px;
    height: 1px;
    background-color: #dfeef5;
}

.lenta_item__news
{
    display: table;
    width: 100%;
}
.lenta_item__news_img
{
    display: table-cell;
    width: 300px;
    vertical-align: top;
    padding: 10px;
}
.lenta_item__news_img img
{
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.lenta_item__news_colum_2
{
    display: table-cell;
    padding: 10px;
}
.lenta_item__news_colum_2_title a
{
    font-family: Open-Sans-Bold !important;
    color: #44449b;
    font-size: 20px;
    text-decoration: none;
    line-height: 23px;
}
.lenta_item__news_colum_2_txt_lenta
{
    padding: 15px 0;
    line-height: 22px;
}
.lenta_item__news_colum_2_footer
{
    display: table;
    width: 100%;
}
.lenta_item__news_colum_2_footer_c1
{
    display: table-cell;
}
.lenta_item__news_colum_2_footer_c2
{
    display: table-cell;
    width: 100%;
    text-align: right;
    color: #cecece;
}
.lenta_item__flag_type_news
{
    background-color: #44449b;
    color: #FFF;
    padding: 5px 5px;
    text-align: center;
    width: 91px;
    display: inline-block;
}


.lenta_item__projects
{
    display: table;
    width: 100%;
}
.lenta_item__projects_img
{
    display: table-cell;
    width: 300px;
    vertical-align: top;
    padding: 10px;
}
.lenta_item__projects_img img
{
    width: 100%;
    height: auto;
}
.lenta_item__projects_colum_2
{
    display: table-cell;
    padding: 10px;
}
.lenta_item__projects_colum_2_title a
{
    font-family: Open-Sans-Bold !important;
    color: #44449b;
    font-size: 20px;
    text-decoration: none;
    line-height: 23px;
}
.lenta_item__projects_colum_2_txt_lenta
{
    padding: 15px 0;
    line-height: 22px;
}
.lenta_item__projects_colum_2_footer
{
    display: table;
    width: 100%;
}
.lenta_item__projects_colum_2_footer_c1
{
    display: table-cell;
}
.lenta_item__projects_colum_2_footer_c2
{
    display: table-cell;
    width: 100%;
    text-align: right;
    color: #cecece;
}
.lenta_item__flag_type_projects
{
    background-color: #1181b2;
    color: #FFF;
    padding: 5px 8px;
    text-align: center;
    display: inline-block;
}

.lenta_item__docs
{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.lenta_item__docs_img
{
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
}
.lenta_item__docs_img img
{
    vertical-align: middle;
}
.lenta_item__docs_colum_2
{
    display: table-cell;
    padding: 10px;
    width: 100%;
}
.lenta_item__docs_colum_2_title a
{
    font-family: Open-Sans-Bold !important;
    color: #444;
    font-size: 16px;
    text-decoration: none;
    line-height: 23px;
}
.lenta_item__docs_colum_2_txt_lenta
{
    padding: 15px 0;
    line-height: 18px;
}
.lenta_item__docs_colum_2_footer
{
    display: table;
    width: 100%;
}
.lenta_item__docs_colum_2_footer_c1
{
    display: table-cell;
}
.lenta_item__docs_colum_2_footer_c2
{
    display: table-cell;
    width: 100%;
    text-align: right;
    color: #cecece;
}
.lenta_item__flag_type_docs
{
    background-color: #44449b;
    color: #FFF;
    padding: 5px 5px;
    text-align: center;
    width: 91px;
    display: inline-block;
}
.lenta_item__flag_type_docs_cat_name
{
    display: inline-block;
    margin-left: 20px;
    color: #2e90bb;
    white-space: nowrap;
}

.main-content-fio-director
{
    margin: 5px 0;
    line-height: 19px;
}
#main-content_right_img
{
    max-width: 300px;
}
#main-content_right_img img
{
    max-width: 100%;
    height: auto;
}
.main-content_right_contacts_c
{
    margin: 20px 0;
}
.main-content_right_contacts_title
{
    font-family: Open-Sans-Bold;
    margin: 10px 0;
    font-size: 14px;
}
.main-content_right_contacts_item1
{
    margin: 4px 0;
}
.main-content_right_contacts_address
{
    margin: 4px 0;
    line-height: 18px;
}
.main-content_right_contacts_parent_site
{
    margin-top: 30px;
}
.main-content_right_contacts_parent_site a
{
    text-decoration: underline;
    color: #333;
    font-size: 12px;
}
.main-content_left_footer
{
    padding: 20px;
    text-align: center;
}
.main-content_left_footer span
{
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
.main-content_left_footer img
{
    vertical-align: middle;
}

.image-gallery-item
{
    display: table;
    font-size: 0;
    text-decoration: none;
    width: 100%;
}
.image-gallery-item *
{
    font-size: 0;
}
.image-gallery-item > div
{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 212px;
}
.image-gallery-item-img
{
    width: 700px;
    object-fit: cover;
}
.image-gallery-item-ctxt
{
    background-color: #44449b;
    padding: 0 40px 0 20px;
}
.image-gallery-item-img img
{
    width: 700px;
    height: 214px;
    object-fit: cover;
}
.image-gallery-item-title
{
    font-family: Open-Sans-Bold;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 18px;
    color: #fff;
}
.image-gallery-item-txt
{
    line-height: 18px;
    color: #fff;
    font-size: 16px;
}

.main-content_right_docs_content
{
    padding-top: 15px
}

.main-content_right_contacts_c .lenta_item__docs_colum_2_footer
{
    display: block;
}
.main-content_right_contacts_c .lenta_item__docs_colum_2_footer_c1
{
    display: block;
}
.main-content_right_contacts_c .lenta_item__docs_colum_2_footer_c2
{
    display: block;
    text-align: right;
    margin-top: 7px;
}
.main-content_right_contacts_c .lenta_item__docs_img
{
    width: 58px;
    padding: 5px 0 5px 0;
    text-align: left;
}
.main-content_right_contacts_c .lenta_item__docs_img img
{
    width: 40px;
    height: auto;
}
.main-content_right_contacts_c .lenta_item__news_colum_2_txt_lenta
{
    padding: 7px 0;
    font-size: 14px;
}
.main-content_right_contacts_c .lenta_item__docs_colum_2_title a
{
    font-size: 15px;
    line-height: 18px
}
.main-content_right_contacts_c .lenta_item__docs
{
    border-bottom: 1px solid #efefef;
}
.main-content_right_contacts_c .lenta_item__docs_colum_2
{
    padding-right: 0px;
    padding-left: 0;
}
#main-content_left_lenta_header h2
{
    color: #44449b;
    font-size: 28px;
    font-family: Open-Sans-Bold;
    margin-bottom: 30px;
    line-height: 38px;
}

#main-content_left_lenta_search_line
{
    padding: 10px 0;
    margin-left: 20px;
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
#main-content_left_lenta_search_line > *
{
    display: table-cell;
}
#main-content_left_lenta_search_line input
{
    padding: 5px;
    border: 1px solid #44449b;
    font-size: 16px;
    min-width: 450px;
}
#main-content_left_lenta_search_line button
{
    border: none;
    background-color: #44449b;
    color: #FFF;
    padding: 6px 35px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}
.rigth_path_contant_item
{
    padding: 10px 0;
}
.rigth_path_contant_item > div
{
    padding: 3px 0;
}
.rigth_path_contant_item_cnetwork > a
{
    display: inline-block;
    vertical-align: middle;
    margin: 1px 4px;
}

.doc_search_no_result
{
    padding: 20px;
}

#page_contacts_nko_name { margin-left: 5px; }
#page_contacts_nko_name > div
{
    font-family: Open-Sans-Bold;
    padding: 2px 0;
}
#page_contacts_nko_address
{
    padding: 20px 0;
}
#page_contacts_nko_phone
{
    margin-top: 20px;
    margin-bottom: 5px;
}
#page_contacts_nko_map
{
    width: 100%;
    height: 500px;
}
.navigation_line
{
    padding: 15px 0;
    font-size: 0;
    margin-bottom: 5px;
}
.navigation_line > *
{
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    display: inline;
}
.navigation_line a:hover
{
    text-decoration: underline;
}
.navigation_line_separator
{
    margin: 0 5px;
}
.page_open_news_content
{
    margin-bottom: 20px;
}
.page_open_news_content_header_path_img
{
    float: left;
    display: inline-block;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
}
.page_open_news_content_header_path_img img
{
    max-width: 290px;
    max-height: 290px;
    padding: 6px;
}
.page_open_news_content_header_path_txt
{
    font-size: 16px;
    line-height: 26px;
}
.page_open_news_content_main_txt
{
    /*font-size: 20px;*/
    line-height: 25px;
    margin-bottom: 30px;
    min-height: 200px;
}
.page_open_news_content__photos_gallery
{
    margin-bottom: 20px;
}
.page_open_news_content__photos_gallery a
{
    display: inline-block;
    margin: 3px;
    font-size: 0;
}
.page_open_news_content__photos_gallery a img
{
    width: 214px;
    height: 214px;
    object-fit: cover;
}
.page_open_news_content__photos_gallery a:hover
{
    box-shadow: 0px 0px 10px #000;
}
.page_news_docs_title
{
    font-family: Open-Sans-Bold;
    padding: 10px;
    font-size: 16px;
}
#main-content_left_lenta_header_time
{
    padding: 0 0 20px 5px;
    color: #CCC;
}
#footer_gotoUp
{
    position: fixed;
    right: 20px;
    bottom: 100px;
    opacity: 0.25;
    cursor: pointer;
}
#footer_gotoUp:hover
{
    opacity: 0.4;
}

#top_menu_mobile_header
, #top_menu_mobile_header2
{
    background-color: #44449b;
    padding: 10px;
}
#top_menu_mobile_header_close_btn
, #top_menu_mobile_header_close_btn2
{
    float: right;
    cursor: pointer;
}
.top_menu_mobile__mm_item
{
    color: #000;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    display: block;
}
#top_menu_mobile__top_ref_const
{
    text-align: center;
    padding: 12px;
    
}
#top_menu_mobile__top_ref_const a
{
    color: #5c5ca8;
    text-decoration: none;
}
#top_menu_mobile_footer
{
    text-align: center;
    margin-top: 25px;
}
.top_menu_mobile_footer_item
{
    margin: 7px 0;
}
.top_menu_mobile_footer_item2
{
    margin: 15px 0 7px 0;
}

#top_menu_mobile_footer_phone
{
    font-family: Open-Sans-Bold;
}
#top_menu_mobile2_c
{
    padding: 10px;
}
#top_menu_mobile_header_title
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #FFF;
    font-size: 18px;
}
#top_menu_mobile_header_logo2
{
    vertical-align: middle;
    display: inline-block;
}

#header_visually_impaired
{
    background-color: #d6d6d6;
    padding: 25px;
}
#header_visually_impaired .ctable
{
    width: 100%;
}
#header_visually_impaired .ctable_cell > div
{
    padding: 3px 0;
}

#header_visually_impaired label
{
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}

#header_visually_impaired span
{
    display: inline-block;
    margin: 0 2px;
    padding: 4px 7px;
    cursor: pointer;
    font-size: 15px;
}
#header_visually_impaired span.selected
{
    background: #FFF;
    border-radius: 7px;
}

#header_visually_impaired_ColorStyle_1
{
    background: #FFF;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px;
}

#header_visually_impaired_ColorStyle_2
{
    background: #000;
    color: #FFF;
    border-radius: 5px;
    padding: 3px;
}

#header_visually_impaired_ColorStyle_3
{
    background: #330196;
    color: #FFF;
    border-radius: 5px;
    padding: 3px;
}
#header_visually_impaired_fontSize_2
{
    font-size: 17px !important;
    font-weight: bold;
}
#header_visually_impaired_fontSize_3
{
    font-size: 19px !important;
    font-weight: bold;
}

#header_visually_impaired_lettersspace_2
{
    letter-spacing: 2px;
}

#header_visually_impaired_lettersspace_3
{
    letter-spacing: 4px;
}

.header_top_menu_conteiner_submenu
{
    position: relative;
}

.header_top_menu_conteiner_submenu_menu2
{
    position: absolute;
    width: auto;
    white-space: nowrap;
    left: 9px;
    padding-top: 3px;
}

.header_top_menu_conteiner_submenu_menu2 > a
{
    border: 1px solid #ccc;
    margin: 0 !important;
    background: white;
    display: block;
}
.header_top_menu_conteiner_submenu_menu2 > a:hover
{
    background: #efefef;
}

.header_top_menu_conteiner_submenu:hover > .header_top_menu_conteiner_submenu_menu2
{
    display: block !important;
}

.main-content_right_contacts_c .lenta_item__flag_type_docs_cat_name
{
    white-space: normal;
}

.page_open_news_content .tinymce table td
{
    vertical-align: top;
}

.sbor_content
{
    text-align: center;
}
.sbor_content_header
{
    text-align: left;
}

.sbor_content_header a
{
    display: inline-block;
    padding: 2px;
    margin: 2px 5px 17px 2px;
    color: #000;
    text-decoration: none;
}

.sbor_content_header a.select
{
    text-decoration: underline;
    color: #555;
}

.lenta_item_sbor_project
{
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 6px;
    width: 290px;
    height: 520px;
    overflow: hidden;
    position: relative;
    margin: 12px 12px;
    color: inherit !important;
    text-align: left;
}

.lenta_item_sbor_project_1
{
    position: absolute;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
}

.lenta_item_sbor_project:hover
{
    border-color: #CCC;
    box-shadow: 0 0 5px #555;
}

.lenta_item_sbor_project_himg img
{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.lenta_item_sbor_project_footer_1
{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px;
}
.lenta_item_sbor_project_footer
{
    display: table;
    width: 100%;
}
.lenta_item_sbor_project_footer_item
{
    display: table-cell;
}
.lenta_item_sbor_project_content
{
    padding: 7px;
}
.lenta_item_sbor_project_footer_item_v2
{
   padding-top: 5px;
   font-weight: bold;
   font-size: 14px;
}
.lenta_item_sbor_project_pbar
{
    border-radius: 5px;
    height: 8px;
    position: relative;
    background-color: #ccc;
    overflow: hidden;
    margin: 11px 2px 5px 2px;
}
.lenta_item_sbor_project_pbar_value
{
    height: 100%;
    left: 0;
    top: 0;
    background-color: #A00;
}
.lenta_item_sbor_project_short_txt
{
    padding: 7px 1px 0 1px;
    font-size: 15px;
    line-height: 17px;
}
.lenta_item_sbor_project_pname
{
    font-weight: bold;
    line-height: 18px;
}
.sbor_content_open_h1
{
    width: 100%;
    margin-bottom: 10px;
}
.sbor_content_open_h1_c1
, .sbor_content_open_h1_c2
{
    vertical-align: top;
}

.sbor_content_open_h1_c1 img
{
    width: 100%;
    height: auto;
}
.sbor_content_open_h1_c2
{
    padding-left: 10px;
}
.sbor_content_open_h1_c2_table1
{
    width: 100%;
    margin: 0 2px 10px 2px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.sbor_content_open_pbar
{
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}
.sbor_content_open_short_txt
{
    margin-bottom: 15px;
    line-height: 25px;
}
.sbor_content_open_descr
{
    margin-bottom: 20px;
}
.sbor_content_open_header h1
{
    line-height: 37px;
}
.sbor_content_open_doc_item
{
    margin: 5px;
    padding-left: 10px;
}
.sbor_content_open_doc_item_dname a
{
    color: #111;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}
.sbor_content_open_doc_item_dname a:hover
{
    text-decoration: underline;
}
.sbor_content_open_doc_item_img
{
    padding-right: 20px;
}
.sbor_content_open_path_htitle
{
    margin: 30px 0 20px 0;
}
.sbor_content_open_h_item_header
{
    font-weight: bold;
    width: 50%;
}
.sbor_content_open_h_item
{
    padding-left: 10px;
    margin: 30px 0;
}
#sbor_content_open_project_is_close
{
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
}
.line1px
{
    height: 1px;
    background-color: #CCC;
    margin: 2px 0;
}

#btn_fundraising_projects
{
    margin-top: 10px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 6px 18px;
    color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    background: #ff7400;
    background: -moz-linear-gradient(top,  #ff7400 0%, #ff7400 100%);
    background: -webkit-linear-gradient(top,  #ff7400 0%,#ff7400 100%);
    background: linear-gradient(to bottom,  #ff7400 0%,#ff7400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 );
    
    animation: btn_fundraising_projects_background 2s infinite alternate;
}

#btn_fundraising_projects:hover
{
    -webkit-animation-name: none;
    background: #f78800;
    background: -moz-linear-gradient(top,  #f78800 0%, #f97c00 100%);
    background: -webkit-linear-gradient(top,  #f78800 0%,#f97c00 100%);
    background: linear-gradient(to bottom,  #f78800 0%,#f97c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78800', endColorstr='#f97c00',GradientType=0 );
}

@keyframes btn_fundraising_projects_background
{
    0% {
        background: #ff7400;
        background: -moz-linear-gradient(top,  #ff7400 0%, #ff7400 100%);
        background: -webkit-linear-gradient(top,  #ff7400 0%,#ff7400 100%);
        background: linear-gradient(to bottom,  #ff7400 0%,#ff7400 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 );
    }
    40%{
        background: #ff670f;
        background: -moz-linear-gradient(top,  #ff670f 0%, #ff670f 100%);
        background: -webkit-linear-gradient(top,  #ff670f 0%,#ff670f 100%);
        background: linear-gradient(to bottom,  #ff670f 0%,#ff670f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 );
    }
    65%{
        background: #ff5d00;
        background: -moz-linear-gradient(top,  #ff5d00 0%, #ff5d00 100%);
        background: -webkit-linear-gradient(top,  #ff5d00 0%,#ff5d00 100%);
        background: linear-gradient(to bottom,  #ff5d00 0%,#ff5d00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5d00', endColorstr='#ff5d00',GradientType=0 );

    }
    
}

.main-content_left_lenta_category_filter_row
{
    padding: 2px 0 2px 10px;
}
.main-content_left_lenta_category_row_info_name
{
    display: inline-block;
    margin-left: 5px;
}
#main-content_left_lenta_category_filter
{
    margin: 5px 0 10px 20px;
}
#main-content_left_lenta_category_filter_title
{
    margin-bottom: 10px;
}

.fancybox-caption
{
    font-size: 15px !important;
}